.holovneVikno {background-color: rgba(220, 220, 220, 0.5);}
.viknoJevropy {background-color: rgba(255, 0, 0, 0.1);}
.viknoAziji {background-color: rgba(255, 255, 0, 0.1);}
.viknoPivničnojiAmeryky {background-color: rgba(0, 0, 255, 0.1);}
.viknoPivdennojiAmeryky {background-color: rgba(128, 0, 128, 0.1);}
.viknoAfryky {background-color: rgba(165, 42, 42, 0.1);}

.navihacijnaPaneĺ {justify-content: center;
	display: flex;
	list-style-type: none;
	padding-inline-start: 0px;}
@media screen and (max-width: 1200px) {.navihacijnaPaneĺ {flex-direction: column;}}	
.elementNavihacijnojiPaneli {font-size: 24px;
	display: flex;
	justify-content: center;
	width: 330; padding: 14px;
	background-color: grey;}
li:hover {background-color: lightgrey;}

h1.zaholovokJevropy {font-size: 37px;
	color: rgb(255, 0, 0);
	font-style: oblique;}
h2.zaholovokJevropy {font-size: 31px;
	color: rgba(255, 0, 0, 0.5);
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
h1.zaholovokAziji {font-size: 37px;
	color: orange;
	font-style: oblique;}
h2.zaholovokAziji {font-size: 31px;
	color: rgba(255, 166, 0, 0.5);
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
h1.zaholovokPivničnojiAmeryky {font-size: 37px;
	color: blue;
	font-style: oblique;}
h2.zaholovokPivničnojiAmeryky {font-size: 31px;
	color: rgba(0, 0, 255, 0.5);
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
h1.zaholovokPivdennojiAmeryky {font-size: 37px;
	color: purple;
	font-style: oblique;}
h2.zaholovokPivdennojiAmeryky {font-size: 31px;
	color: rgba(128, 0, 128, 0.5);
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
h1.zaholovokAfryky {font-size: 37px;
	color: brown;
	font-style: oblique;}
h2.zaholovokAfryky {font-size: 31px;
	color: rgba(165, 42, 42, 0.5);
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}

p {color: cornflowerblue; font-size: 24px;}

#zavkruhleniKuty {border-radius: 50%;}

table {color: cornflowerblue;
	font-size: 24px;
	border-collapse: collapse;}
tr {border-bottom:  3px solid grey;}
td {width: 250px;
	padding: 13px;}

.cikaviFakty {list-style-type: square; color: cornflowerblue; font-size: 24px;}